home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / dial20.arc / DIAL.DOC < prev    next >
Text File  |  1988-11-06  |  4KB  |  106 lines

  1. ***************************************************************************
  2. DIAL: Phone dialer with call log, list dialing and demon-dialer.   v2.0
  3.       Major rewite update 11/1/88
  4. ***************************************************************************
  5.  
  6. LIMITATIONS
  7. The directory will hold no more than 480 names. If you know more people than
  8. that, run for office. Your modem must use the Hayes command set (it probably
  9. does). 
  10.  
  11. OPERATION
  12. Type DIAL for syntax and instructions. If this is the first time you are using
  13. DIAL, it is important to type DIAL MAKE to create a new directory.
  14.  
  15. COMMANDS
  16. Type DIAL plus:
  17.  
  18.      MAKE = make your initial directory, DO NOT USE AGAIN
  19.       DIR = display directory on screen
  20.       ADD = add names to the directory
  21.       DEL = delete names from the directory
  22.      EDIT = edit entries in the directory
  23.      name = one word as it appears in directory (capitals or lowercase OK)
  24.             partial unique first few letters of name may be used
  25.    number = dial a number not in the directory
  26.     @list = dial names from a list file (see below)
  27.       PRE = set prefix code  (see note on use of hyphen)
  28.     *name = dial prefix before name (no space)
  29.   *number = dial prefix before number (no space)
  30.  
  31. NOTE:  Use - (hyphen) for 2 second pause between numbers as they dial
  32.        to get past switchboard delays. 
  33.  
  34. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  35.             To hang up modem, just hit any key 
  36.             AFTER number is dialed AND receiver is picked up.  
  37.             To cancel call, hit any key at any time without
  38.             picking up receiver.
  39. >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
  40.  
  41. PARTIAL NAME FEATURE
  42.  You can use a partial name when dialing, as long as what you provide is 
  43.  unique, WES identifies WESSON.DAVID but not if WESSINSKI.JOHN is present 
  44.  in the directory.  
  45.  
  46. PHONE USAGE LOG 
  47.  This facility asks you if you would like to log the time and duration of 
  48.  your call. It can be bypassed if the call is not answered or for any other 
  49.  reason.  The phone log is stored in DIAL.LOG, which can be viewed with the
  50.  regular DOS command, TYPE DIAL.LOG or edited using any ASCII editor. As far 
  51.  as I know, this is the only phone dialer which has this facility, enjoy it. 
  52.  Sorry to say, your computer remains tied up during your call.  
  53.  
  54. PHONE DIAL LIST  
  55.  This facility permits you to make a call list file which the DIAL program 
  56.  will place calls from in sequence.  The format of the file is 
  57.  ONE.WORD,NUMBER       example: 
  58.                                ANDY,2434567
  59.                                TRACY.FLAXEN,2231243
  60.  
  61.  Note that name must be one word, but period may be used as space. Note
  62.  placement of comma. The phone list may have any legal filename. Activate the 
  63.  list with the command    DIAL @filename     which is the filename preceded by 
  64.  @ If a call is answered, you will have the option of LOGGING the call in 
  65.  DIAL.LOG,  or if the call isn't answered you may put that number in a file 
  66.  called REDIAL.LOG for later use, or BYPASSING both these options.  Use the 
  67.  same procedure for calling the list for redialing unanswered numbers--that is,
  68.  DIAL @redial.log 
  69.  
  70.  This LIST feature makes this program unique in the public domain, I
  71.  believe. It makes it rather handy for organizational use. If you find
  72.  this program useful, please send $10 to the author.
  73.  
  74. PREFIX CODE
  75.  You may specify a PREFIX CODE to be dialed before any number. Use the DIAL PRE
  76.  command to set the code, then put * before any name or number. Note: no space
  77.  between * and name or number. Use - hyphen to add pauses to code. This feature
  78.  will be useful in offices with switchboards or dial-out codes.
  79.  
  80. (c) 1988 David A. Wesson
  81.          238 S. Quaker Lane
  82.          West Hartford, CT 06119
  83.          203-523-1873
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.